/*      **********              Java example code snippet; code(14)             **********         */
        String sep = "__";
        for (int i=2;i<args.length;i++) {
        sources = sources + sep + args[i];
        }
                feed.setTitle("Aggregated_Feed_with the type_"+outputType);
/*      **************************************************************************************     */